home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3browgd.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3BROWSEGADGET_H = 1;
- include("oops/r3gadget.js")
- include("oops/r3flist.js")
-
-
- var R3CLID_BROWSEGADGET = 278;
-
-
-
-
- // Description: Private method.
-
- R3BRGM_BROWSESTR = 278000;
-
- function mR3BRGM_BROWSESTR() {
- DoA(this.r3obj, 278000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Called by 'Browse' button or the user (see NoUserInterface). when the user selects a
- // string, the caller is informed through mapchanges
-
- R3BRGM_OPENBROWSEWINDOW = 278001;
-
- function mR3BRGM_OPENBROWSEWINDOW() {
- DoA(this.r3obj, 278001, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Show the currently selected image.
-
- R3BRGM_SHOWIMAGE = 278002;
-
- function mR3BRGM_SHOWIMAGE() {
- DoA(this.r3obj, 278002, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3BRGA_String = 278500;
- function SetR3BRGA_String(value) {
- R3Set(this.r3obj, R3BRGA_String, value, R3TID_STRING, 0);
- }
-
- function GetR3BRGA_String() {
- return R3Get(this.r3obj, R3BRGA_String, R3TID_STRING, 0);
- }
-
- R3BRGA_BrowsePrompt = 278501;
- function SetR3BRGA_BrowsePrompt(value) {
- R3Set(this.r3obj, R3BRGA_BrowsePrompt, value, R3TID_STRING, 0);
- }
-
- R3BRGA_NoUserInterface = 278502;
- function SetR3BRGA_NoUserInterface(value) {
- R3Set(this.r3obj, R3BRGA_NoUserInterface, value, R3TID_BOOLEAN, 0);
- }
-
- var R3BRGA_BrowseImage = 278503; // Boolean
- R3BRGA_ReportCancel = 278504;
- function SetR3BRGA_ReportCancel(value) {
- R3Set(this.r3obj, R3BRGA_ReportCancel, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Browsegadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_BROWSEGADGET, arguments);
- }
- // Methods
- this.BROWSESTR=mR3BRGM_BROWSESTR;
- this.OPENBROWSEWINDOW=mR3BRGM_OPENBROWSEWINDOW;
- this.SHOWIMAGE=mR3BRGM_SHOWIMAGE;
-
- // Attributes
- this.GetString=GetR3BRGA_String;
- this.SetString=SetR3BRGA_String;
- this.SetBrowsePrompt=SetR3BRGA_BrowsePrompt;
- this.SetNoUserInterface=SetR3BRGA_NoUserInterface;
- this.SetReportCancel=SetR3BRGA_ReportCancel;
- }
-
- r3Browsegadget.prototype=new r3Gadget;
- // r3browgd.h_H